[INFO] cloning repository https://github.com/adrgs/rust-aes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adrgs/rust-aes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrgs%2Frust-aes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrgs%2Frust-aes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c2e8ba198fe8e1fb6a4b9cb2c98d81b0249fa28b
[INFO] checking adrgs/rust-aes against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrgs%2Frust-aes" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/adrgs/rust-aes
[INFO] finished tweaking git repo https://github.com/adrgs/rust-aes
[INFO] tweaked toml for git repo https://github.com/adrgs/rust-aes written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/adrgs/rust-aes on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/adrgs/rust-aes already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9a9e05a0803eaf8308df2c0f31d74c84af581f632c5d7f06762b9d75584cf5a3
[INFO] running `Command { std: "docker" "start" "9a9e05a0803eaf8308df2c0f31d74c84af581f632c5d7f06762b9d75584cf5a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a9e05a0803eaf8308df2c0f31d74c84af581f632c5d7f06762b9d75584cf5a3" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a9e05a0803eaf8308df2c0f31d74c84af581f632c5d7f06762b9d75584cf5a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a9e05a0803eaf8308df2c0f31d74c84af581f632c5d7f06762b9d75584cf5a3" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]     Checking hex v0.4.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking rust-aes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/aes.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |     for i in 0..8 {
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `high_bit` is never read
[INFO] [stdout]    --> src/aes.rs:210:24
[INFO] [stdout]     |
[INFO] [stdout] 210 |     let mut high_bit = 0u8;
[INFO] [stdout]     |                        ^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 217 |         high_bit = a & 0x80;
[INFO] [stdout]     |         ------------------- `high_bit` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/aes.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |     for i in 0..8 {
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `high_bit` is never read
[INFO] [stdout]    --> src/aes.rs:210:24
[INFO] [stdout]     |
[INFO] [stdout] 210 |     let mut high_bit = 0u8;
[INFO] [stdout]     |                        ^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 217 |         high_bit = a & 0x80;
[INFO] [stdout]     |         ------------------- `high_bit` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/aes.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |     let mut basic_input = [65u8;16];
[INFO] [stdout]     |         ----^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/aes.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |     let mut basic_input = [65u8;16];
[INFO] [stdout]     |         ----^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:162:13
[INFO] [stdout]     |
[INFO] [stdout] 162 |         let mut reader = stdin();
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/main.rs:181:13
[INFO] [stdout]     |
[INFO] [stdout] 181 |         for i in 0..pad_byte {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/main.rs:221:25
[INFO] [stdout]     |
[INFO] [stdout] 221 |                     for i in 0..last_byte {
[INFO] [stdout]     |                         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `encrypt_block` and `decrypt_block` are never read
[INFO] [stdout]   --> src/aes.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct AES128 {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 43 |     encrypt_block: fn(&AES128, &[u8;16]) -> [u8;16],
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 44 |     decrypt_block: fn(&AES128, &[u8;16]) -> [u8;16],
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:162:13
[INFO] [stdout]     |
[INFO] [stdout] 162 |         let mut reader = stdin();
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/main.rs:181:13
[INFO] [stdout]     |
[INFO] [stdout] 181 |         for i in 0..pad_byte {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/main.rs:221:25
[INFO] [stdout]     |
[INFO] [stdout] 221 |                     for i in 0..last_byte {
[INFO] [stdout]     |                         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `encrypt_block` and `decrypt_block` are never read
[INFO] [stdout]   --> src/aes.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct AES128 {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 43 |     encrypt_block: fn(&AES128, &[u8;16]) -> [u8;16],
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 44 |     decrypt_block: fn(&AES128, &[u8;16]) -> [u8;16],
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         write_generated_key(&key_bytes);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let _ = write_generated_key(&key_bytes);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:236:9
[INFO] [stdout]     |
[INFO] [stdout] 236 |         write_output_file(&output_bytes, out_file_name);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 236 |         let _ = write_output_file(&output_bytes, out_file_name);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:239:13
[INFO] [stdout]     |
[INFO] [stdout] 239 |             stdout().write_all(&output_bytes);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 239 |             let _ = stdout().write_all(&output_bytes);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `key_schedule_AES128` should have a snake case name
[INFO] [stdout]   --> src/aes.rs:84:4
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn key_schedule_AES128(key_bytes: &[u8;16]) -> [[u8;4];44] {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `key_schedule_aes128`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]   --> src/aes.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let N = 4;
[INFO] [stdout]    |         ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encrypt_AES128` should have a snake case name
[INFO] [stdout]    --> src/aes.rs:258:4
[INFO] [stdout]     |
[INFO] [stdout] 258 | fn encrypt_AES128(aes128: &AES128, bytes: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encrypt_aes128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         write_generated_key(&key_bytes);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let _ = write_generated_key(&key_bytes);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encrypt_block_AES128` should have a snake case name
[INFO] [stdout]    --> src/aes.rs:279:4
[INFO] [stdout]     |
[INFO] [stdout] 279 | fn encrypt_block_AES128(aes128: &AES128, bytes: &[u8;16]) -> [u8;16] {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encrypt_block_aes128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decrypt_AES128` should have a snake case name
[INFO] [stdout]    --> src/aes.rs:309:4
[INFO] [stdout]     |
[INFO] [stdout] 309 | fn decrypt_AES128(aes128: &AES128, bytes: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decrypt_aes128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decrypt_block_AES128` should have a snake case name
[INFO] [stdout]    --> src/aes.rs:330:4
[INFO] [stdout]     |
[INFO] [stdout] 330 | fn decrypt_block_AES128(aes128: &AES128, bytes: &[u8;16]) -> [u8;16] {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decrypt_block_aes128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:236:9
[INFO] [stdout]     |
[INFO] [stdout] 236 |         write_output_file(&output_bytes, out_file_name);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 236 |         let _ = write_output_file(&output_bytes, out_file_name);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:239:13
[INFO] [stdout]     |
[INFO] [stdout] 239 |             stdout().write_all(&output_bytes);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 239 |             let _ = stdout().write_all(&output_bytes);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `key_schedule_AES128` should have a snake case name
[INFO] [stdout]   --> src/aes.rs:84:4
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn key_schedule_AES128(key_bytes: &[u8;16]) -> [[u8;4];44] {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `key_schedule_aes128`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]   --> src/aes.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let N = 4;
[INFO] [stdout]    |         ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encrypt_AES128` should have a snake case name
[INFO] [stdout]    --> src/aes.rs:258:4
[INFO] [stdout]     |
[INFO] [stdout] 258 | fn encrypt_AES128(aes128: &AES128, bytes: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encrypt_aes128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encrypt_block_AES128` should have a snake case name
[INFO] [stdout]    --> src/aes.rs:279:4
[INFO] [stdout]     |
[INFO] [stdout] 279 | fn encrypt_block_AES128(aes128: &AES128, bytes: &[u8;16]) -> [u8;16] {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encrypt_block_aes128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decrypt_AES128` should have a snake case name
[INFO] [stdout]    --> src/aes.rs:309:4
[INFO] [stdout]     |
[INFO] [stdout] 309 | fn decrypt_AES128(aes128: &AES128, bytes: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decrypt_aes128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decrypt_block_AES128` should have a snake case name
[INFO] [stdout]    --> src/aes.rs:330:4
[INFO] [stdout]     |
[INFO] [stdout] 330 | fn decrypt_block_AES128(aes128: &AES128, bytes: &[u8;16]) -> [u8;16] {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decrypt_block_aes128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9a9e05a0803eaf8308df2c0f31d74c84af581f632c5d7f06762b9d75584cf5a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a9e05a0803eaf8308df2c0f31d74c84af581f632c5d7f06762b9d75584cf5a3", kill_on_drop: false }`
[INFO] [stdout] 9a9e05a0803eaf8308df2c0f31d74c84af581f632c5d7f06762b9d75584cf5a3
